home *** CD-ROM | disk | FTP | other *** search
/ BCI NET 2 / BCI NET 2.iso / archives / programming / amos / amoslist-1294.lzh / AMOSLIST / text0115.txt < prev    next >
Encoding:
Text File  |  1995-01-03  |  371 b   |  16 lines

  1.  
  2.  
  3. > >     Or use the Btst function.  You can test specific bits of an integer
  4. > > and it's probably implemented with an identical machine language instruction
  5. > > so it is probably pretty fast.
  6. > Ah, yes but can I also SET bits ?
  7.  
  8. Yes you can.
  9.  
  10. And if you want really use boolean variables take EasyLife extension and 
  11. learn how to use the structured variables.
  12.  
  13. M&F
  14.  
  15.